setCPPValueFromArray

open fun setCPPValueFromArray(key: String, values: Array<String>)

Adds a CPP key/value pair. The method takes a string key and an array, overwrites the key with the contents of the array, comma separated. CPPs are transmitted along with surveys upon submission.

Parameters

key

the key to store the CPP under

values

the value array to store in the CPP